Opc.Ua.Core
NodeId Constructor(Byte[])



Opc.Ua Namespace > NodeId Class > NodeId Constructor : NodeId Constructor(Byte[])
An array of System.Byte that will become this Node's ID
Initializes an opaque node identifier.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As Byte _
)
'Usage
 
Dim value() As Byte
 
Dim instance As New NodeId(value)
public NodeId( 
   byte[] value
)
public:
NodeId( 
   array<byte>^ value
)

Parameters

value
An array of System.Byte that will become this Node's ID
Remarks
Creates a new node whose Id will be a series of System.Byte.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeId Class
NodeId Members
Overload List